home *** CD-ROM | disk | FTP | other *** search
/ Risc World 7 / Risc World 7.iso / Software / Issue4 / IYONIX / MANICMINER / SOURCE.ZIP / manicminer-1.6.3 / sndlibs / mikmod / c / shutdown < prev    next >
Encoding:
Text File  |  2000-12-01  |  187 b   |  13 lines

  1. #include "../../manic.h"
  2. #include "common.h"
  3.  
  4. void
  5. mm_snd_shutdown (void)
  6. {
  7.   Player_Free (manicmod);
  8.   Sample_Free (die);
  9.   Sample_Free (pick);
  10.   Sample_Free (jump);
  11.   MikMod_Exit ();
  12. }
  13.